; * doc/lispref/threads.texi (Condition Variables): Fix wording.
authorEli Zaretskii <eliz@gnu.org>
Sat, 28 Jun 2025 19:17:06 +0000 (22:17 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 28 Jun 2025 19:17:06 +0000 (22:17 +0300)
doc/lispref/threads.texi

index 3a7c3815fb1eee8a4cac0d18092490e0453e1b30..3d9ebf080733c9a220fe20eeaa76288ffd60d3a0 100644 (file)
@@ -257,7 +257,7 @@ calling this.  Ordinarily a single waiting thread is woken by
 @code{condition-notify}; but if @var{all} is not @code{nil}, then all
 threads waiting on @var{cond} are notified.
 
-@code{condition-notify} releases the associated mutex while waiting.
+@code{condition-notify} releases the associated mutex.
 This allows other threads to acquire the mutex in order to wait on the
 condition.
 @c why bother?